home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / utils / fs111.arj / FS111.DAT / FSHELP1.DAT < prev    next >
Text File  |  1993-05-21  |  2KB  |  54 lines

  1.               H E L P  for  B I N A R Y  F I L E  E D I T O R
  2.  
  3.            Note
  4.  You can edit a binary file.  But you can't rewrite a read-only file.
  5.  If the size is 2500H bytes, the file is displayed from 0 to 24FFH.
  6.  
  7. [ESC]
  8.   exits to the main program.
  9.  
  10.            Commands for the cursor position or the screen.
  11.  
  12. [F4] ASCII/Hex
  13.   changes the cursor position to the character part or the hex part.
  14.   If the cursor is in the hex part, you can use 0-9 and a-f keys to write.
  15.   If the cursor is in the character part, you can use almost all keys.
  16.  
  17. arrow keys        move the cursor position.
  18. [PgUp], [PgDn]    scrolls by every 256 bytes.
  19. [HOME]            displays the beginning of the file.
  20. [END]             displays the bottom of the file.
  21.  
  22.  
  23. [F2] Mark
  24.   marks the cursor position.
  25.   You can use the marked position when you press [F5] GO.
  26.  
  27. [F3] Erase marks
  28.   erases the marks which are marked by using [F2] key,
  29.   asks whether you erase the marks or not one by one from the last mark.
  30.   Press [Esc] to cancel.
  31.  
  32. [F8] GO
  33.   Directly you can go to the address you want to see.
  34.   You can also use the position marked by using [F2].
  35.  
  36.            Search
  37.  
  38. [F5] Search
  39.   searches hex codes or characters form the beginning of the file.
  40.  
  41. [F6]   Search
  42.   searches the same data from the next of the cursor towards the end of
  43.   the file.  If the data are found by using [F5], you can use this key.
  44.  
  45. [F7]   Search
  46.   searches the same data from the previous position of the cursor
  47.    towards the beginning of the file.
  48.  
  49.            The other
  50.  
  51. [F9] DEBUG
  52.   executes MS/PC-DOS' DEBUG.  You can disassemble the data.
  53.   Press q to return to the binary file editor.
  54.